github.com/jackc/pgx/v5.ErrPreprocessingBatch.step (field)

3 uses

	github.com/jackc/pgx/v5 (current package)
		batch.go#L514: 	step string // "prepare" or "build"
		batch.go#L520: 	return ErrPreprocessingBatch{step: step, sql: sql, err: err}
		batch.go#L527: 	return fmt.Sprintf("error preprocessing batch (%s): %v", e.step, e.err)